VERSION 5.00 Begin VB.Form frmAbout BorderStyle = 3 'Fixed Dialog Caption = "About" ClientHeight = 1275 ClientLeft = 5520 ClientTop = 3930 ClientWidth = 3690 Icon = "abouttb.frx":0000 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False PaletteMode = 1 'UseZOrder ScaleHeight = 1275 ScaleWidth = 3690 ShowInTaskbar = 0 'False Begin VB.Label lblInfo Caption = "74451.1245@compuserve.com" Height = 255 Index = 4 Left = 180 TabIndex = 2 Top = 840 Width = 2805 End Begin VB.Label lblInfo Caption = "Author: Cris Williams" Height = 255 Index = 1 Left = 180 TabIndex = 1 Top = 600 Width = 2805 End Begin VB.Label lblInfo Caption = "Message Blaster/Taskbar Icon Sample" BeginProperty Font Name = "MS Sans Serif" Size = 8.25 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 255 Index = 0 Left = 180 TabIndex = 0 Top = 240 Width = 3375 End Attribute VB_Name = "frmAbout" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit Private Sub Form_Load() On Error Resume Next Move (Screen.Width - Width) / 2, (Screen.Height - Height) / 3 End Sub